home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00055_Play again looper script.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  297 b   |  12 lines

  1. on exitFrame
  2.   global gVoiceChannel, gSoundFXChannel, gMusicChannel, gNullCast
  3.   if soundBusy(gVoiceChannel) then
  4.     go(the frame)
  5.   else
  6.     sound stop gSoundFXChannel
  7.     set the memberNum of sprite 3 to gNullCast
  8.     set the memberNum of sprite 4 to gNullCast
  9.     KillEmPuppets()
  10.   end if
  11. end
  12.